home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / ptrply65.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  42 lines

  1. Short:    A library w/ systemfriendly pt-replayer
  2. Author:   betasoft@algonet.se
  3. Uploader: betasoft@algonet.se
  4. Type:     mus/play
  5.  
  6. Here comes finaly a (almost) working V6 of ptreplay, sorry to have left you
  7. with the unbelevable_bugish_6.3_that_never_should_have_been_released
  8. version for such a long time but I hardly has any time to spend on it
  9. nowadays.
  10.  
  11. I wrote this library because I was unable to find a _good_ and system-
  12. friendly replay routine for ProTracker. I based this loosely on the 
  13. example sources that accompany ProTracker, but these were pretty badly
  14. written, and sparsly commented, and the CIA routines did never work on
  15. my machine. Notice that it is not even 8k, and still contains both simple
  16. routines for loading/playing and more powerfull ones that lets you control
  17. the inner workings of the player.
  18.  
  19. Note that this release is only a beta release and it has atleast one serious
  20. bugg still in it, and a bugg that disapears as soon as I start up some
  21. debuggers! ARGH!!!
  22.  
  23. Changes from 5.16 to 6.5
  24. ------------------------
  25. * Horror, the clean up routines clears some signals on the task that closes
  26.   the library (maybe this is what caused the spurius GURUs?). (6.5)
  27.  
  28. * If you are to quick to start playing after the library has been opened
  29.   it produced 4 enforcer hits and no sound. This is caused by the play LVO
  30.   checked the IORequesters before PTReplay_ctrltask has had time to allocate
  31.   them. (6.4)
  32.  
  33. * Now it only trigger ModuleRestart when you do a positionjump in the last
  34.   position instead of everytime. (6.3)
  35.  
  36. * Now frees all channel on LibClose instead of libExpunge. (6.2)
  37.  
  38. * Sometimes ptreplay_ctrltask "hangs" and starts busylooping when you did a
  39.   DisplayBeep() with a sample. (6.1)
  40.  
  41. * New functions for reading the owned channels and sampledata. (6.0)
  42.